rstudent(model, ...)
rstudent.lm(model, infl=influence(model))
rstudent.glm(model, infl=influence(model))
hatvalues(model, ...)
hatvalues.lm(model, infl=influence(model))
cookd(model, ...)
cookd.lm(model, infl=influence(model), sumry=summary(model))
cookd.glm(model, infl=influence(model), sumry=summary(model))
dfbeta(model, ...)
dfbeta.lm(model, infl=influence(model))
dfbetas(model, ...)
dfbetas.lm(model, infl=influence(model), sumry=summary(model))
influence(model, ...)
influence.lm(model)
influence.glm(model)
lm
or glm
model object.model
by influence
.model
by summary
.rstudent
, hatvalues
, and cookd
return vectors with one entry for
each observation; dfbeta
and dfbetas
return matrices with rows for
observations and columns for coefficients.
influence
returns a list with entries:influence.lm
or influence.glm
, which are slightly
modified versions of lm.influence
from the base package. Values for generalized linear
models are approximations, as described in Williams (1987) (except that Cook's distances are
scaled as F rather than as chi-square values).
Normally, the generic versions of these functions are the ones to be used directly. For
hatvalues
, dfbeta
, and dfbetas
, the method for linear models
also works for generalized linear models.
The following diagnostics are provided:
[object Object],{studentized residuals.},[object Object],{observation leverages.},[object Object],{Cook's distance influence measure for observations.},[object Object],{change in each coefficient upon deleting observations.},[object Object],{standardized change in each coefficient for deleting observations.}influence.measures